S5P: timer: replace bss variable by gd
authorMinkyu Kang <[email protected]>
Wed, 16 Mar 2011 11:09:20 +0000 (20:09 +0900)
committerAlbert Aribaud <[email protected]>
Sun, 27 Mar 2011 17:20:17 +0000 (19:20 +0200)
commit9aca34d6ab4f17033ee65efaa584c591e7df873c
tree17f9f7d8f40dac033a2c02f850b6beaf5c3e7013
parentaa44a45f734d06e3536e1a7461733b52aca4869c
S5P: timer: replace bss variable by gd

Use the global data instead of bss variable, replace as follow.

count_value -> removed
timestamp -> tbl
lastdec -> lastinc

Signed-off-by: Minkyu Kang <[email protected]>
Signed-off-by: Kyungmin Park <[email protected]>
Acked-by: Albert ARIBAUD <[email protected]>
arch/arm/cpu/armv7/s5p-common/timer.c